home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / programmers / misc / guicreator / demos / videothek / videothek_myfunctions.h < prev    next >
Encoding:
Text File  |  1995-06-20  |  435 b   |  13 lines

  1. /* Prototypes */
  2.  
  3. void     Init              (Liste &);
  4. void     Ausgabe           (const Liste &);
  5. Eintrag *Einfueg           (Liste &,Eintrag *);
  6. void     AllesLoeschen     (Liste &);
  7. void     Loeschen          (Liste &, Eintrag *);
  8. void     SaveData          (struct App *userdata);
  9. void     LoadData          (struct App *userdata);
  10. void     AddName           (struct List *, UBYTE *);
  11. void     FreeNameNodes     (struct List *);
  12.  
  13.